home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
reqtoolsdev.lha
/
ReqTools
/
Glue
/
Dice
/
DLibSource.lha
/
rtEZRequest.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-09-20
|
201b
|
10 lines
#include <clib/reqtools_protos.h>
ULONG
rtEZRequest( char *body, char *gads, struct rtReqInfo *ri, APTR tags, ... )
{
APTR args = &tags + 1;
return( rtEZRequestA( body, gads, ri, args, tags ) );
}